home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1995 April
/
macformat-023.iso
/
Demos
/
MF23
/
Sources of Faith
/
Sources Demo
/
Sources Demo.dxr
/
00008.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-10-18
|
148 b
|
9 lines
on exitFrame
global isEXE
if isEXE = 1 then
go(1, the pathName & "Sources.dxr")
else
go(1, the pathName & "Sources.dir")
end if
end